TEditCheckList component (c) OLIVIER DAHAN March, 23rd, 1996 CIS 100531,163 This component is an Edit control with an associated list of items. When one types in a character, it is added to a silent incremental search string and, if a corresponding text is found in the list, the control displays the value found in the list. By typing ESCAPE, the user can reset the incremental search. The user can also use Up and Down arrows to navigate within the list. This component is very simple but can be very usefull. Source code is furnished with a test project (PTEST). One enhancement to code is to add a dropdown list, like a combobox, resulting in an intelligent combobox with navigation keys. If you do that, send me the code ... Information about the component will be found in the source code. Enjoy Dephi and Be happy ! Olivier.